home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / newmenu / how2run.txt < prev    next >
Text File  |  1993-01-03  |  6KB  |  128 lines

  1.  
  2.  ABOUT SHAREWARE...      
  3.  
  4.        Most shareware is every bit as good as commercial software but
  5.  it does have some differences.  Usually the instructions for running
  6.  the software are stored on the disk in .DOC or .TXT files. You may
  7.  also find file names like READ.ME or README.1ST.  Before running the
  8.  programs you should read these files to determine how to install or
  9.  run the software.
  10.  
  11.        DOS provides only one very poor method for viewing text files,
  12.  the TYPE command.  Simply enter the command, TYPE FILENAME.DOC, then
  13.  use the pause and return keys to scroll through the document.
  14.  (There are many programs available that allow you to view text files
  15.  the same way you are viewing this one.)
  16.  
  17.        You can print the document by entering the command, COPY
  18.  FILENAME.DOC PRN:.  This will cause the document to be printed out
  19.  on your printer.
  20.  
  21.  FILE TYPES...
  22.  
  23.     As you try out new software you will find many different types of
  24.  files. The type of file is usually denoted by it's extension. Below
  25.  is a list of the more common file types and their meaning. 
  26.  
  27.  FILENAME.EXE - An executable file. Just type the filename without the
  28.                 extension to execute the program.
  29.  FILENAME.COM - A command file. Operates the same as an executable
  30.                 file.
  31.  FILENAME.BAS - This type of file requires a BASIC interpreter to run.
  32.                 It must be used in conjunction with a program like
  33.                 GWBASIC or BASICA. Usually you can learn more about
  34.                 the program by "listing" it out and reading the
  35.                 internal comments.
  36.  FILENAME.DOC - This is a documentation file. Most always contains
  37.                 documentation for the program it comes with.
  38.  FILENAME.TXT - Sometimes used for documentation. Most often used for
  39.                 information files, not necessarily related to
  40.                 programs.
  41.  FILENAME.ZIP - This means the file has been archived. Will need to be
  42.                 "un-arced" before using. Other more common archive
  43.                 extensions are, .ARC, .LZH, .PAK.  Chestnut uses the 
  44.                 .ZIP extension.
  45.  FILENAME.BAT - This is a batch file, one of the most useful features
  46.                 of DOS. Batch files may contain any DOS commands. They
  47.                 can display text and perform loops to vastly reduce
  48.                 repetitive keystrokes. Batch files are invoked like
  49.                 .EXE or .COM files, they will then execute each line
  50.                 in the batch file as if it were entered from the
  51.                 command line. A special batch file named, AUTOEXEC
  52.                 .BAT, will automatically execute when the computer is
  53.                 "booted". To create a BATCH file you must use a text
  54.                 editor not a word processor.  DOS provide a simple
  55.                 text editor called EDLIN.COM.  (See your DOS manual
  56.                 for more instructions on creating and using batch
  57.                 files.)
  58.  FILENAME.DAT - This type of file will almost always contains data
  59.                 that the program needs or has created.
  60.  
  61.     There will also be many different graphics or picture extensions.
  62.  (.PIC. .IMG, .GIF, .RLE, etc...) Usually graphics with different
  63.  extensions are created differently and are not compatible, although
  64.  there are several programs that read and convert different formats.
  65.     File extensions can be any thing you choose, so there will many
  66.  that are program specific.
  67.  
  68.  BASIC PROGRAMS...
  69.  
  70.     Some programs in the catalog will require a compatible version
  71.  of the BASIC programming language to run, usually GWBASIC or BASICA.
  72.  Using BASICA as an example you can run BASIC programs by having
  73.  BASICA.EXE and the BASIC program, FILENAME.BAS in the same directory,
  74.  then typing, BASICA FILENAME. ( Leave off the .BAS extension.) You
  75.  can also run them by invoking BASIC, then typing the command, RUN
  76.  'FILENAME'.
  77.  
  78. ******************************************************************
  79.  
  80.     SHAREWARE SOFTWARE SUMMARY
  81.  
  82.          Shareware is software marketed on a "Try before you buy"
  83.     basis.  The price per disk that Shareware distributors charge 
  84.     is a distribution fee and not the price of the software.  
  85.     Shareware authors have agreed to allow vendors (like us) to 
  86.     recover expenses for copying, packaging, and maintaining a 
  87.     shareware library.  This allows you to obtain software programs 
  88.     at incredibly low prices to try, then pay the registration
  89.     price for them only if they suit your needs. The idea is
  90.     that after a reasonable trial period, if you find the
  91.     programs to be of use, you are expected to send the author
  92.     the registration fee.
  93.  
  94.           Registration entitles you to various rights and
  95.     benefits.  These include such basic things as the legal (and 
  96.     moral) right to continue using the software.  In addition many 
  97.     shareware authors offer printed documentation and/or higher 
  98.     levels of service and support. Unlike Public Domain software,
  99.     which is free to everyone with no fees asked for or
  100.     expected, shareware programs exist because the authors
  101.     expect and deserve the registration support from people
  102.     who use their programs.
  103.  
  104.     So that's Shareware.  If you like it, support it !
  105.  
  106. ******************************************************************
  107.  
  108.     ASP OMBUDSPERSON
  109.  
  110.          ASP wants to make sure the Shareware principle works for
  111.     you.  If you are unable to resolve a shareware-related problem
  112.     with an ASP member by contacting the member directly, ASP may
  113.     be able to help.  The ASP Ombudsperson can help you resolve a
  114.     dispute or problem with an ASP member, but does not provide
  115.     technical support for members products.
  116.  
  117.              ASP Ombudsperson
  118.              545 Grover Road
  119.              Muskegon, MI  49442
  120.  
  121.         Shareware is not just a novel idea. It is a real solution
  122.     to the Program Author's distribution problems and the Software
  123.     consumer's high prices. It's simply great for everyone, but
  124.     will work only if Author's keep their promises and consumer's
  125.     pay for the products they use.  So if you like the shareware
  126.     concept, support it and register programs you use!
  127.  
  128.